home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c / 101 < prev    next >
Internet Message Format  |  1996-08-06  |  969b

  1. Path: teal.csn.net!not-for-mail
  2. From: thads@csn.net (Thad Smith)
  3. Newsgroups: comp.std.c
  4. Subject: Re: Meaning of __STDC__?
  5. Date: 13 Jan 1996 18:48:05 -0700
  6. Organization: T3 Systems
  7. Message-ID: <8vF+wQ9yt9PS084yn@csn.net>
  8. References: <4d6673$8to@mailgate.bridgewater.ne.hcc.com>
  9.  <4d8ved$bdu@natasha.rmii.com>
  10. Reply-To: ThadSmith@acm.org
  11. NNTP-Posting-Host: 199.117.27.22
  12.  
  13. In article <4d8ved$bdu@natasha.rmii.com>,
  14. jcoffin@rmii.com (Jerry Coffin) wrote:
  15.  
  16. >AFAIK, as long as any extensions fit the standard, they're legal.  E.g.
  17. >a compiler is free to include extended fucntions and/or keywords as long
  18. >as their identifiers are in the implementor's name space.
  19.  
  20. And an implementation is free to add other functions in the users'
  21. namespace, I think, as long as 
  22.  
  23. 1)  prototypes only appear when selecting non-standard headers, and
  24. 2)  they don't interfere with explicit user names (usually the
  25. explicitly loaded functions take precedence over the system library
  26. routines).
  27.